home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / msdos / lynx / source / wattcp / makefile next >
Encoding:
Makefile  |  1994-10-25  |  334 b   |  19 lines

  1. #
  2. #       Makefile for Watstar TCP/IP kernal
  3. #
  4. # switches:
  5. #    define the ones you want in the CFLAGS definition...
  6. #
  7. #    TRACE        - turn on tracing/debugging code
  8. #
  9. #
  10. all:
  11.         if not exist lib\tcpbig.lib md lib
  12.         cd elib
  13.         make
  14.         cd ..\src
  15.         make
  16.         cd ..\apps
  17.         make
  18.         cd ..
  19.